blob: 3bc4fc5e1b066c6b14dcda508f438eecfa6db367 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
#ifndef INCLUDED_FWKDLLAPI_H
#define INCLUDED_FWKDLLAPI_H
#include "sal/types.h"
#include <fwidllapi.h>
#endif /* INCLUDED_FWKDLLAPI_H */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|