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

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRay Molenkamp <github@lazydodo.com>2020-04-30 23:00:11 +0300
committerRay Molenkamp <github@lazydodo.com>2020-04-30 23:00:11 +0300
commit03f4d20bcf7f1819f31aa78315a7e8358928ca68 (patch)
tree8bafe10b62f8816b2015d0bcec58a6a8cda5d1f4 /source/blender/blenlib/BLI_system.h
parent99cb6dbe652511eda388763c8b147a979efbd3ff (diff)
Revert "Windows: Support backtraces on release builds."
Issues with older cmake.
Diffstat (limited to 'source/blender/blenlib/BLI_system.h')
-rw-r--r--source/blender/blenlib/BLI_system.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/source/blender/blenlib/BLI_system.h b/source/blender/blenlib/BLI_system.h
index 50f8adc20f6..8c0c9ad99bf 100644
--- a/source/blender/blenlib/BLI_system.h
+++ b/source/blender/blenlib/BLI_system.h
@@ -53,10 +53,6 @@ int BLI_system_memory_max_in_megabytes_int(void);
/* getpid */
#ifdef WIN32
# define BLI_SYSTEM_PID_H <process.h>
-
-/* void* since we really do not want to drag Windows.h in to get the proper typedef. */
-void BLI_windows_handle_exception(void *exception);
-
#else
# define BLI_SYSTEM_PID_H <unistd.h>
#endif