Windows build ready. Program icon, however, exceeds string length on MSVC.
This commit is contained in:
+2
-2
@@ -34,8 +34,8 @@ typedef struct sdl_sound_output {
|
||||
void *Samples;
|
||||
} sdl_sound_output;
|
||||
|
||||
/* NOTE: We choose 1024 only because MacOS's MAXPATHLEN says such a value.
|
||||
* For example, linux/limits.h PATH_MAX says 4096. */
|
||||
/* TODO: We choose 1024 only because MacOS's MAXPATHLEN says such a value.
|
||||
* For example, linux/limits.h PATH_MAX says 4096. Windows has MAX_PATH. */
|
||||
#define SDL_STATE_PATH_SIZE 1024
|
||||
|
||||
typedef struct sdl_state {
|
||||
|
||||
Reference in New Issue
Block a user