This commit is contained in:
2013-09-03 18:45:56 +00:00
parent b7d5adfae4
commit a5fc2f3da6
5 changed files with 73 additions and 51 deletions

View File

@@ -43,4 +43,5 @@
#import "c:\daishin\cybosplus\cptrade.dll" no_namespace named_guids
#import "c:\daishin\cybosplus\cputil.dll" no_namespace named_guids
typedef unsigned int uint;
#define SAFE_DELETE(p) { if(p) delete p; p = NULL; }