boinc/client/win/StdAfx.cpp

15 lines
353 B
C++
Raw Normal View History

// stdafx.cpp : source file that includes just the standard includes
// AutoDriver.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information
#include "stdafx.h"
#ifdef __GNUC__
static volatile const char __attribute__((unused)) *BOINCrcsid="$Id$";
#else
static volatile const char *BOINCrcsid="$Id$";
#endif