OSDN Git Service

roast_windows.h Delete
authorMyun2 <myun2@nwhite.info>
Tue, 29 May 2012 09:07:01 +0000 (18:07 +0900)
committerMyun2 <myun2@nwhite.info>
Tue, 29 May 2012 09:07:01 +0000 (18:07 +0900)
roast/include/roast_windows.h [deleted file]

diff --git a/roast/include/roast_windows.h b/roast/include/roast_windows.h
deleted file mode 100644 (file)
index 877995c..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-/*     Roast+ License
-*/
-#ifndef __SFJP_ROAST_roast_windows_H__
-#define __SFJP_ROAST_roast_windows_H__
-
-#include "roast_common.h"
-
-/**** Structures *****************************************/
-
-
-/**** Macros *****************************************/
-
-
-/**** Functions *****************************************/
-__ROAST_EXTERN_C_START
-
-
-unsigned long roast_get_reg_value_bin(const char* regkey, const char* value_name, void* buf, unsigned long bufsize);
-unsigned long roast_get_reg_key_value_dword(const char* regkey, const char* value_name);
-
-
-__ROAST_EXTERN_C_END
-
-
-
-#endif/*__SFJP_ROAST_roast_windows_H__*/