electron/atom
Cheng Zhao b86267aa3b Use uint64_t instead of LPARAM
LPARAM is defined to differnt types on differnt machines with different
SDKs, so there is no way to represent it on all platforms safely, using
uint64_t seems to be the only safe choice.
2015-10-28 19:51:24 +08:00
..
app Fix memory corruption when cleaning timer 2015-10-21 20:46:16 +08:00
browser Use uint64_t instead of LPARAM 2015-10-28 19:51:24 +08:00
common Fix calling showItemInFolder in renderer 2015-10-26 16:48:27 +08:00
renderer Fix passing Date object in remote 2015-10-23 14:51:41 +08:00
utility Rename PrintHandler to PrintHandlerWin since only used on Windows. 2015-05-23 19:24:29 +08:00