Skip to content

Instantly share code, notes, and snippets.

@cotsog
cotsog / atlstdthunk_h.patch
Created November 6, 2009 00:31
Apply this patch to ATL 7.1 bundled with the Windows Driver Kit to be able to compile Google Chrome with Visaul C++ 2008 Express Edition. See http://bit.ly/30slOj for more details.
--- C:/Documents and Settings/user/Desktop/atlstdthunk.h Wed Oct 21 21:29:23 2009
+++ C:/WinDDK/6001.18002/inc/crt/atl71/atlstdthunk.h Wed Oct 21 21:28:19 2009
@@ -40,8 +40,8 @@
// Thunks for __stdcall member functions
#if defined(_M_IX86)
-PVOID __stdcall __AllocStdCallThunk(VOID);
-VOID __stdcall __FreeStdCallThunk(PVOID);
+void* __stdcall __AllocStdCallThunk();
+void __stdcall __FreeStdCallThunk(void* ptr);
### Keybase proof
I hereby claim:
* I am cotsog on github.
* I am cotsog (https://keybase.io/cotsog) on keybase.
* I have a public key ASDK5fB7mX1h5XHHh16yJJlvHl5wQbPK14qHF1sgp0XZHgo
To claim this, I am signing this object:
echo '{}' | sudo tee /etc/docker/daemon.json
@cotsog
cotsog / .travis.yml
Created September 24, 2019 20:31
Cache APT packages
# .travis.yml
# inspired by https://stackoverflow.com/a/52446551
sudo: required
dist: trusty
language: scala
scala: 2.12.8
before_cache: