all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#7452: Duplicated Definitions
@ 2010-11-20 17:50 Tak Ota
  2010-11-20 19:28 ` Eli Zaretskii
  0 siblings, 1 reply; 5+ messages in thread
From: Tak Ota @ 2010-11-20 17:50 UTC (permalink / raw)
  To: 7452

I had to remove the following definition in src/w32.c because it is
already defined in MinGW/include/psapi.h in the latest MinGW.

-Tak

/* This either is not in psapi.h or guarded by higher value of
   _WIN32_WINNT than what we use.  */
typedef struct _PROCESS_MEMORY_COUNTERS_EX {
	DWORD cb;
	DWORD PageFaultCount;
	DWORD PeakWorkingSetSize;
	DWORD WorkingSetSize;
	DWORD QuotaPeakPagedPoolUsage;
	DWORD QuotaPagedPoolUsage;
	DWORD QuotaPeakNonPagedPoolUsage;
	DWORD QuotaNonPagedPoolUsage;
	DWORD PagefileUsage;
	DWORD PeakPagefileUsage;
	DWORD PrivateUsage;
} PROCESS_MEMORY_COUNTERS_EX,*PPROCESS_MEMORY_COUNTERS_EX;





^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2010-11-22 18:12 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-20 17:50 bug#7452: Duplicated Definitions Tak Ota
2010-11-20 19:28 ` Eli Zaretskii
2010-11-21 18:09   ` Tak Ota
2010-11-21 18:17     ` Eli Zaretskii
2010-11-22 18:12       ` Eli Zaretskii

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.