summaryrefslogtreecommitdiffstats
path: root/src/libnr/nr_config.h.win32
diff options
context:
space:
mode:
Diffstat (limited to 'src/libnr/nr_config.h.win32')
-rw-r--r--src/libnr/nr_config.h.win3214
1 files changed, 14 insertions, 0 deletions
diff --git a/src/libnr/nr_config.h.win32 b/src/libnr/nr_config.h.win32
new file mode 100644
index 000000000..e0bfbda3f
--- /dev/null
+++ b/src/libnr/nr_config.h.win32
@@ -0,0 +1,14 @@
+#define NR_SIZEOF_CHAR 1
+#define NR_SIZEOF_SHORT 2
+#define NR_SIZEOF_INT 4
+#define NR_SIZEOF_LONG 4
+
+typedef signed char NRByte;
+typedef unsigned char NRUByte;
+typedef signed short NRShort;
+typedef unsigned short NRUShort;
+typedef signed int NRLong;
+typedef unsigned long NRULong;
+
+
+