ReactOS 0.4.15-dev-7918-g2a2556c
purecall.cpp
Go to the documentation of this file.
1/*
2 * COPYRIGHT: See COPYING in the top level directory
3 * PROJECT: ReactOS Kernel Streaming
4 * FILE: drivers/wdm/audio/backpln/portcls/connection.c
5 * PURPOSE: purecall stub
6 * PROGRAMMER: Johannes Anderwald
7 */
8
9#include "private.hpp"
10
11extern "C" {
12 void
14 {
15 // put error handling here
16
18 }
19}
NTSYSAPI void WINAPI DbgBreakPoint(void)
void __cxa_pure_virtual()
Definition: purecall.cpp:13