fix BOOL bug in sgd.h

This commit is contained in:
Zhi Guan
2017-12-08 20:23:24 +08:00
parent cd306d7c40
commit e586232c5b
6 changed files with 111 additions and 110 deletions

View File

@@ -419,10 +419,6 @@ typedef HANDLE HCONTAINER;
#define SGD_MAX_COUNT 64
#define SGD_MAX_NAME_SIZE 256
/* SOF */
typedef char *BSTR;
typedef long BOOL;
#endif
#endif