Changeset 62934 in vbox for trunk/include/iprt/win
- Timestamp:
- Aug 3, 2016 5:32:43 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 109537
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/win/objbase.h
r62780 r62934 30 30 #pragma warning(push) 31 31 #pragma warning(disable:4668) /* '__midl' is not defined as a preprocessor macro, replacing with '0' for '#if/#elif' */ 32 #if !defined(__cplusplus) 33 # pragma warning(disable:4255) /* 'FARPROC' : no function prototype given: converting '()' to '(void)' */ 34 #endif 32 35 33 36 #include <objbase.h>
Note:
See TracChangeset
for help on using the changeset viewer.