PowerManager/Stdafx.h
author Stephane Lenclud
Mon, 25 Jan 2016 23:16:35 +0100
changeset 186 e10744f29ef3
permissions -rw-r--r--
Published v0.8.5.0
Now properly work out current client based on priorities when a client connects,
disconnects or change its priority.
StephaneLenclud@159
     1
// stdafx.h : include file for standard system include files,
StephaneLenclud@159
     2
// or project specific include files that are used frequently,
StephaneLenclud@159
     3
// but are changed infrequently
StephaneLenclud@159
     4
StephaneLenclud@159
     5
#pragma once
StephaneLenclud@159
     6
StephaneLenclud@159
     7
#include <Windows.h>
StephaneLenclud@159
     8