mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-24 22:40:51 -08:00
The alignment declspec isn't supported by msvc 6 anyway.
Copied from Perforce Change: 179449 ServerID: perforce.ravenbrook.com
This commit is contained in:
parent
1256fe09dc
commit
a237ef8cfa
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@ typedef union EventClockUnion {
|
|||
|
||||
#define EVENT_CLOCK(lvalue) \
|
||||
BEGIN \
|
||||
__declspec(align(16)) LARGE_INTEGER _count; \
|
||||
LARGE_INTEGER _count; \
|
||||
QueryPerformanceCounter(&_count); \
|
||||
(lvalue) = _count.QuadPart; \
|
||||
END
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue