gallium: Add tokens for Cygwin.
[mesa.git] / src / gallium / auxiliary / util / u_debug_symbol.c
index 811931f81b009e8e1010b67a614b903db92377c4..417d0cf04c924350ed37dfc4d792d010fb9f7cb8 100644 (file)
@@ -214,7 +214,7 @@ debug_symbol_print_imagehlp(const void *addr)
    HANDLE hProcess;
    BYTE symbolBuffer[1024];
    PIMAGEHLP_SYMBOL pSymbol = (PIMAGEHLP_SYMBOL) symbolBuffer;
-   DWORD dwDisplacement = 0;  // Displacement of the input address, relative to the start of the symbol
+   DWORD dwDisplacement = 0;  /* Displacement of the input address, relative to the start of the symbol */
 
    hProcess = GetCurrentProcess();