Skip to content
Snippets Groups Projects
Commit 8ecf6c60 authored by rswindell's avatar rswindell
Browse files

__FLAT__ is *always* defined (for smb_fread/write).

parent 4a51b6d0
No related branches found
No related tags found
No related merge requests found
......@@ -44,10 +44,11 @@
#undef SMBEXPORT
#endif
#ifndef __FLAT__
#define __FLAT__ /* only supporting 32-bit targets now */
#endif
#ifdef _WIN32
#ifndef __FLAT__
#define __FLAT__
#endif
#ifdef __BORLANDC__
#define SMBCALL __stdcall
#else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment