musikcube/docs/build_notes.txt

11 lines
361 B
Plaintext
Raw Normal View History

2008-03-18 09:06:19 +00:00
---------------------------------------------------------------------------------
1. If you get the following error with sqlite:
warning C4013: 'TryEnterCriticalSection' undefined; assuming extern returning int
then: #define _WIN32_WINNT 0x0400 at the top of os.h
---------------------------------------------------------------------------------