Quantcast
Channel: WE MOVED to github.com/microsoft/cpprestsdk. This site is not monitored!
Viewing all articles
Browse latest Browse all 4845

New Post: linux_compact.h typedef unsigned long DWORD conflict with sqltypes.h

$
0
0
Hi,

I changed this:
typedef unsigned long ULONG;
typedef unsigned short WORD;
typedef unsigned long DWORD;
to this:
typedef unsigned long ULONG;
typedef unsigned short WORD;
///typedef unsigned long DWORD;
Everything seems to be ok. I was able to rebuild Casablanca and I run a quick test.

.....
I suspect the same is true for the other two types in the same header -- ULONG and WORD
.......
Maybe for ULONG but at first glance, WORD is used in the SYSTEMTIME class.

Thanks,

G.

Viewing all articles
Browse latest Browse all 4845

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>