Note these are intended for platform maintainers, we do not intend to support users making their own builds with these. For that precompiled libraries from lib/ should be used. Implemented by Martijn Berger, Ray Molenkamp and Brecht Van Lommel. Differential Revision: https://developer.blender.org/D2753
11 lines
233 B
Diff
11 lines
233 B
Diff
--- frontend/main.c 2008-09-22 11:55:09 -0600
|
|
+++ frontend/main.c 2016-04-06 15:20:36 -0600
|
|
@@ -31,7 +31,6 @@
|
|
#ifdef _WIN32
|
|
#define WIN32_LEAN_AND_MEAN
|
|
#include <windows.h>
|
|
-#define off_t __int64
|
|
#else
|
|
#include <time.h>
|
|
#endif
|