Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torch/cutorch.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/torch
diff options
context:
space:
mode:
authorsamehkhamis <sameh.khamis@gmail.com>2015-07-24 03:32:13 +0300
committersamehkhamis <sameh.khamis@gmail.com>2015-07-24 03:32:13 +0300
commit5086404c69176022569e929da61c947f46e93945 (patch)
treec0f882d015c18a54d23f94c5b1fdc7a55cf32dd8 /torch
parent850baac45a9e1220b03f55586cd4a7e8ff786bb9 (diff)
Work under windows
Diffstat (limited to 'torch')
-rw-r--r--torch/utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/torch/utils.h b/torch/utils.h
index 7e5a813..7a03177 100644
--- a/torch/utils.h
+++ b/torch/utils.h
@@ -16,7 +16,7 @@
# define TORCH_UNUSED
#endif
-#ifdef WIN32
+#ifdef _WIN32
# ifdef torch_EXPORTS
# define TORCH_API TORCH_EXTERNC __declspec(dllexport)
# else