[Groonga-commit] groonga/groonga at db494ef [master] windows: use DWORD64 for address

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Feb 19 14:38:05 JST 2018


Kouhei Sutou	2018-02-19 14:38:05 +0900 (Mon, 19 Feb 2018)

  New Revision: db494ef42672333a781dc186c8dce635aed01f97
  https://github.com/groonga/groonga/commit/db494ef42672333a781dc186c8dce635aed01f97

  Message:
    windows: use DWORD64 for address

  Modified files:
    lib/ctx.c

  Modified: lib/ctx.c (+1 -1)
===================================================================
--- lib/ctx.c    2018-02-19 12:35:18 +0900 (77f408e6d)
+++ lib/ctx.c    2018-02-19 14:38:05 +0900 (e53752e73)
@@ -1681,7 +1681,7 @@ exception_filter(EXCEPTION_POINTERS *info)
 
   previous_address = 0;
   while (GRN_TRUE) {
-    DWORD address;
+    DWORD64 address;
     IMAGEHLP_MODULE64 module;
     char *buffer[sizeof(SYMBOL_INFO) + MAX_SYM_NAME * sizeof(TCHAR)];
     SYMBOL_INFO *symbol = (SYMBOL_INFO *)buffer;
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20180219/d63f811b/attachment.htm 



More information about the Groonga-commit mailing list
Back to archive index