1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-09 23:35:13 +00:00
QB64-PE/internal/c/libqb/include
Matthew Kilgore 869e361ee4 Move QB64 compiler settings to libqb-common.h
This moves a lot of the preprocessor flags for what compiler/platform
we're using into a libqb-common.h header inside the libqb/include
folder. This gets included at the top of every libqb .cpp file, and is
intended to be fairly small, providing only necessary things like
_WIN32_WINNT (which needs to be defined before including <windows.h> or
friends).
2022-06-12 00:28:16 -04:00
..
buffer.h Add append-only buffer API 2022-06-11 22:47:06 -04:00
completion.h Add completion API 2022-06-11 22:47:06 -04:00
condvar.h Add generic thread, mutex, and condvar API 2022-06-11 22:47:06 -04:00
libqb-common.h Move QB64 compiler settings to libqb-common.h 2022-06-12 00:28:16 -04:00
mutex.h Add generic thread, mutex, and condvar API 2022-06-11 22:47:06 -04:00
thread.h Add generic thread, mutex, and condvar API 2022-06-11 22:47:06 -04:00