Ver código fonte

x64: Workaround for MSVC build issue.

Mike Pall 11 anos atrás
pai
commit
2917288019
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      src/lj_err.c

+ 1 - 1
src/lj_err.c

@@ -378,7 +378,7 @@ typedef struct UndocumentedDispatcherContext {
   ULONG64 EstablisherFrame;
   ULONG64 TargetIp;
   PCONTEXT ContextRecord;
-  PEXCEPTION_ROUTINE LanguageHandler;
+  void (*LanguageHandler)(void);
   PVOID HandlerData;
   PUNWIND_HISTORY_TABLE HistoryTable;
   ULONG ScopeIndex;